projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
375537f
)
Typo fix.
author
Matthias Clasen
<matthiasc@src.gnome.org>
Thu, 9 Sep 2004 13:52:16 +0000
(13:52 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Thu, 9 Sep 2004 13:52:16 +0000
(13:52 +0000)
tests/testfilechooser.c
patch
|
blob
|
history
diff --git
a/tests/testfilechooser.c
b/tests/testfilechooser.c
index edcb7a6b74a73d781a59e8dd6957b3a1d8fdff3c..30b1ced267f786ef1e96a10ce75d08015fd4a33c 100644
(file)
--- a/
tests/testfilechooser.c
+++ b/
tests/testfilechooser.c
@@
-522,7
+522,7
@@
main (int argc, char **argv)
gtk_container_add (GTK_CONTAINER (vbbox), button);
g_signal_connect_swapped (button, "clicked",
G_CALLBACK (gtk_file_chooser_select_all), dialog);
- g_signal_connect (dialog, "notify::multiple",
+ g_signal_connect (dialog, "notify::
select-
multiple",
G_CALLBACK (notify_multiple_cb), button);
button = gtk_button_new_with_mnemonic ("_Unselect all");